home *** CD-ROM | disk | FTP | other *** search
/ Smart Steps: 2nd Grade / SSGRADE2.iso / pc / media / notions / maths / m2401.dxr / 00020_SON CLICK.ls < prev    next >
Encoding:
Text File  |  1999-03-27  |  307 b   |  10 lines

  1. on mouseDown
  2.   set GmySprite to the clickOn
  3.   ClickMain()
  4.   set the memberNum of sprite GmySprite to the memberNum of sprite GmySprite + 1
  5.   joue("Spring Beep.7")
  6.   set Son to the name of cast (GmySprite + 44)
  7.   joue(Son)
  8.   set the memberNum of sprite GmySprite to the memberNum of sprite GmySprite - 1
  9. end
  10.